home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 22 / Mac Magazin and MacEasy Magazine CD - Issue 22.iso / Grafik & Text / alpine ƒ / alpine dox < prev   
Text File  |  1995-12-26  |  2KB  |  57 lines

  1.   Alpine Dox
  2.  
  3. •What is alpine?
  4.  
  5. Alpine is a program that will read in one PICTure and display it to a window.
  6. When the cursor is inside that window, another window will tell the mouse
  7. coordinates (local).  
  8.  
  9. •Of what use is this?
  10.  
  11. Ordinarly, of very little use.  This is very handy if you need to know the
  12. pixel location of objects on a picture;  I wrote this program in conjunction
  13. with a function i wrote called PictureWindow().  It reads a PICT resource
  14. in, sends it to a window, and waits until the user presses an okay button,
  15. as defined by the programmer through another picture.  What to display
  16. when the button is pressed is stored as another picture.  Where to display
  17. the depressed button...that is the reason i wrote this.  In order to
  18. use PictureWindow() properly, you need to know where on the picture/window
  19. the okay button is.  With alpine, just drag the picture over the program
  20. and move your cursor appropriately.  
  21.  
  22. This program should be a godsend to programmers.
  23.  
  24. •What are some features?
  25.  
  26. Well, right off, it's my first drop-n-drag application.  (I can't believe
  27. how easy AppleEvents are to write!).  It's been throughly tested on a
  28. Macintosh LC][ running system 7.1.  The only option is to open a picture.
  29. (If you want to open a new picture, use the menu--it will automatically
  30. close your current picture and open a new one).
  31.  
  32. •How much does it cost?
  33.  
  34. Nothing.  It's freeware.  I wrote this primarily for myself, and i don't
  35. expect many others will find it useful.  (I felt so much like this that
  36. I didn't even bother finding/making an icon for it!)
  37.  
  38. All I ask is that if programmers do use Alpine, be sure to give me
  39. some credit.
  40.  
  41. •What else have you written?
  42.  
  43. A lot of junk.  Of late, and most noteworthy, is AutoLauncher (automatically
  44. launches a program at a given time, and/or shuts down the computer at
  45. a given time) and Cloaker (encodes resources, moves resources, either
  46. between resources or to/from a data file;  this is HEAVEN for a programmer).
  47. I plan to write a graphic adventure game template called Genesis, and
  48. with it, an adventure.  I expect this to be very big...
  49.  
  50. •Credits
  51.  
  52. Well...the only one i can think of thanking is Dave Mark, who wrote some
  53. excellent learning material...
  54.  
  55. •Version History
  56.  
  57. 1.0a:  initial release.  (not expecting any future releases, either).